home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / toolkit / look@lan / lalsetup250.exe / %AppDir% / LookAtLan.ENG / 0 / RCDATA / TRICERCA / TRICERCA.txt
Encoding:
Text File  |  2003-06-24  |  6.8 KB  |  249 lines

  1. object Ricerca: TRicerca
  2.   Left = 266
  3.   Top = 183
  4.   Width = 534
  5.   Height = 198
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Search Box'
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCanResize = FormCanResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 526
  26.     Height = 171
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     BorderStyle = bsSingle
  29.     TabOrder = 0
  30.     object Label2: TLabel
  31.       Left = 16
  32.       Top = 16
  33.       Width = 95
  34.       Height = 13
  35.       Caption = 'Text to find'
  36.       Font.Charset = ANSI_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'Tahoma'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.     object Label3: TLabel
  44.       Left = 16
  45.       Top = 40
  46.       Width = 45
  47.       Height = 13
  48.       Caption = 'Search in'
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'Tahoma'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object BitBtn1: TVrHyperButton
  57.       Left = 432
  58.       Top = 11
  59.       Width = 81
  60.       Height = 25
  61.       Glyph.Data = {
  62.         F6000000424DF600000000000000760000002800000010000000100000000100
  63.         0400000000008000000000000000000000001000000000000000000000000000
  64.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  65.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  66.         8888888888888888888800000888880000080F000888880F00080F000888880F
  67.         0008000000080000000800F000000F00000800F000800F00000800F000800F00
  68.         00088000000000000088880F00080F0008888800000800000888888000888000
  69.         88888880F08880F0888888800088800088888888888888888888}
  70.       BorderColor = clBlack
  71.       BorderHighlight = clNavy
  72.       BorderShadow = clNavy
  73.       ColorEnter = 12303291
  74.       ColorLeave = clBtnFace
  75.       DisabledAnimate = False
  76.       Transparent = False
  77.       Caption = 'Search'
  78.       ParentFont = True
  79.       OnClick = BitBtn1Click
  80.     end
  81.     object Edit1: TEdit
  82.       Left = 136
  83.       Top = 12
  84.       Width = 273
  85.       Height = 21
  86.       CharCase = ecUpperCase
  87.       Color = 15793151
  88.       MaxLength = 127
  89.       TabOrder = 0
  90.       OnKeyDown = Edit1KeyDown
  91.     end
  92.     object CheckBox1: TCheckBox
  93.       Left = 134
  94.       Top = 40
  95.       Width = 73
  96.       Height = 17
  97.       Caption = 'HostName'
  98.       Checked = True
  99.       State = cbChecked
  100.       TabOrder = 1
  101.     end
  102.     object CheckBox2: TCheckBox
  103.       Left = 222
  104.       Top = 40
  105.       Width = 97
  106.       Height = 17
  107.       Caption = 'NetBIOS Name'
  108.       Checked = True
  109.       State = cbChecked
  110.       TabOrder = 2
  111.     end
  112.     object CheckBox3: TCheckBox
  113.       Left = 326
  114.       Top = 40
  115.       Width = 89
  116.       Height = 17
  117.       Caption = 'NetBIOS User'
  118.       Checked = True
  119.       State = cbChecked
  120.       TabOrder = 3
  121.     end
  122.     object SRes: TAdvListView
  123.       Left = 8
  124.       Top = 64
  125.       Width = 505
  126.       Height = 91
  127.       Hint = 'Select a host here to make it the selected item in the main list'
  128.       Anchors = [akLeft, akTop, akBottom]
  129.       Color = 15793151
  130.       Columns = <
  131.         item
  132.           Caption = 'IP Address'
  133.           Tag = 110
  134.           Width = 110
  135.         end
  136.         item
  137.           Caption = 'HostName'
  138.           Tag = 155
  139.           Width = 155
  140.         end
  141.         item
  142.           Caption = 'NetBIOS Name'
  143.           Tag = 120
  144.           Width = 120
  145.         end
  146.         item
  147.           Caption = 'NetBIOS User'
  148.           Tag = 100
  149.           Width = 100
  150.         end>
  151.       FlatScrollBars = True
  152.       GridLines = True
  153.       HoverTime = -1
  154.       OwnerDraw = True
  155.       ReadOnly = True
  156.       RowSelect = True
  157.       ParentShowHint = False
  158.       ShowHint = True
  159.       SmallImages = MainWin.ImageList1
  160.       TabOrder = 4
  161.       ViewStyle = vsReport
  162.       OnDblClick = SResDblClick
  163.       OnSelectItem = SResSelectItem
  164.       AutoHint = False
  165.       ClipboardEnable = False
  166.       ColumnSize.Save = False
  167.       ColumnSize.Stretch = False
  168.       ColumnSize.Storage = stInifile
  169.       FilterTimeOut = 500
  170.       PrintSettings.FooterSize = 0
  171.       PrintSettings.HeaderSize = 0
  172.       PrintSettings.Time = ppNone
  173.       PrintSettings.Date = ppNone
  174.       PrintSettings.DateFormat = 'dd/mm/yyyy'
  175.       PrintSettings.PageNr = ppNone
  176.       PrintSettings.Title = ppNone
  177.       PrintSettings.Font.Charset = DEFAULT_CHARSET
  178.       PrintSettings.Font.Color = clWindowText
  179.       PrintSettings.Font.Height = -11
  180.       PrintSettings.Font.Name = 'MS Sans Serif'
  181.       PrintSettings.Font.Style = []
  182.       PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
  183.       PrintSettings.HeaderFont.Color = clWindowText
  184.       PrintSettings.HeaderFont.Height = -11
  185.       PrintSettings.HeaderFont.Name = 'MS Sans Serif'
  186.       PrintSettings.HeaderFont.Style = []
  187.       PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
  188.       PrintSettings.FooterFont.Color = clWindowText
  189.       PrintSettings.FooterFont.Height = -11
  190.       PrintSettings.FooterFont.Name = 'MS Sans Serif'
  191.       PrintSettings.FooterFont.Style = []
  192.       PrintSettings.Borders = pbNoborder
  193.       PrintSettings.BorderStyle = psSolid
  194.       PrintSettings.Centered = False
  195.       PrintSettings.RepeatHeaders = False
  196.       PrintSettings.LeftSize = 0
  197.       PrintSettings.RightSize = 0
  198.       PrintSettings.ColumnSpacing = 0
  199.       PrintSettings.RowSpacing = 0
  200.       PrintSettings.Orientation = poPortrait
  201.       PrintSettings.FixedWidth = 0
  202.       PrintSettings.FixedHeight = 0
  203.       PrintSettings.UseFixedHeight = False
  204.       PrintSettings.UseFixedWidth = False
  205.       PrintSettings.FitToPage = fpNever
  206.       PrintSettings.PageNumSep = '/'
  207.       HTMLHint = False
  208.       HTMLSettings.Width = 100
  209.       HeaderHotTrack = False
  210.       HeaderDragDrop = False
  211.       HeaderFlatStyle = False
  212.       HeaderOwnerDraw = True
  213.       HeaderHeight = 13
  214.       HeaderFont.Charset = ANSI_CHARSET
  215.       HeaderFont.Color = clWindowText
  216.       HeaderFont.Height = -11
  217.       HeaderFont.Name = 'Tahoma'
  218.       HeaderFont.Style = []
  219.       SelectionRTFKeep = False
  220.       ScrollHint = False
  221.       SelectionColor = 14013696
  222.       SelectionTextColor = clBlack
  223.       SizeWithForm = False
  224.       SortDirection = sdAscending
  225.       SortShow = False
  226.       SortIndicator = siLeft
  227.       StretchColumn = False
  228.       SubImages = True
  229.       SubItemEdit = False
  230.       SubItemSelect = False
  231.       VAlignment = vtaCenter
  232.       ItemHeight = 17
  233.       SaveHeader = False
  234.       LoadHeader = False
  235.       ReArrangeItems = False
  236.       DetailView.Visible = False
  237.       DetailView.Column = 0
  238.       DetailView.Font.Charset = DEFAULT_CHARSET
  239.       DetailView.Font.Color = clBlue
  240.       DetailView.Font.Height = -11
  241.       DetailView.Font.Name = 'MS Sans Serif'
  242.       DetailView.Font.Style = []
  243.       DetailView.Height = 16
  244.       DetailView.Indent = 0
  245.       DetailView.SplitLine = False
  246.     end
  247.   end
  248. end
  249.